TextView—Avoid pointless Pango in iter_line_is_rtl
authorDaniel Boles <dboles@src.gnome.org>
Wed, 22 Feb 2017 21:24:48 +0000 (21:24 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 22 Feb 2017 21:28:13 +0000 (21:28 +0000)
commitb23513e2daf6ebf0a17c0a2726f631076075b3a5
tree285f522dc2b4f8ff74c608a7b0338323a830f42f
parent2c9c871c5f1200b8bfd63341c53af75fc1b8570b
TextView—Avoid pointless Pango in iter_line_is_rtl

Get the direction that was already worked out and stored in the
TextLineDisplay, rather than making Pango figure it out again.

https://bugzilla.gnome.org/show_bug.cgi?id=136059
gtk/gtktextview.c